/* osargs32.h
** Used by osargs.h to create the short synonyms for 32-bit file handles
**
** Tony van der Hoff 10-11-01
*/

#if !defined osargs32_H
#define osargs32_H

#if !defined osf32_H
#include "osf32.h"
#endif

#if !defined OSLIB_F8
#define osargs_ensure osargs_ensurew
#define osargs_image_stamped osargs_image_stampedw
#define osargs_read_allocation osargs_read_allocationw
#define osargs_read_eof_status osargs_read_eof_statusw
#define osargs_read_ext osargs_read_extw
#define osargs_read_info osargs_read_infow
#define osargs_read_path osargs_read_pathw
#define osargs_read_ptr osargs_read_ptrw
#define osargs_set_allocation osargs_set_allocationw
#define osargs_set_ext osargs_set_extw
#define osargs_set_ptr osargs_set_ptrw
#define xosargs_ensure xosargs_ensurew
#define xosargs_image_stamped xosargs_image_stampedw
#define xosargs_read_allocation xosargs_read_allocationw
#define xosargs_read_eof_status xosargs_read_eof_statusw
#define xosargs_read_ext xosargs_read_extw
#define xosargs_read_info xosargs_read_infow
#define xosargs_read_path xosargs_read_pathw
#define xosargs_read_ptr xosargs_read_ptrw
#define xosargs_set_allocation xosargs_set_allocationw
#define xosargs_set_ext xosargs_set_extw
#define xosargs_set_ptr xosargs_set_ptrw
#endif

#endif

/* End */
